From: Lars Magne Ingebrigtsen Date: Mon, 27 Jun 2011 00:10:35 +0000 (+0200) Subject: Fix stupid typo with gnutls-clii. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3302 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3fcca6161a8f8e0eb1cff01c1c4c70e70ae39ab0;p=emacs.git Fix stupid typo with gnutls-clii. Don't re-get capabilities unless we're reconnecting. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 705b3784e51..135600ecce4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2011-06-27 Lars Magne Ingebrigtsen + * net/network-stream.el (network-stream-open-starttls): Don't + re-get capabilities unless we've reestablished connection. + (network-stream-open-starttls): Fix stupid typo with gnutls-clii. + * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-* to binary to possibly avoid line encoding issues on Windows (among other things).